net/http.http2stream.id (field)

23 uses

	net/http (current package)
		h2_bundle.go#L4725: 	id        uint32
		h2_bundle.go#L5223: 	*writeArg = http2writeData{stream.id, data, endStream}
		h2_bundle.go#L5444: 			sc.resetStream(http2streamError(st.id, http2ErrCodeNo))
		h2_bundle.go#L5783: 	delete(sc.streams, st.id)
		h2_bundle.go#L5810: 	sc.writeSched.CloseStream(st.id)
		h2_bundle.go#L6017: 	return st.id%2 == 0
		h2_bundle.go#L6061: 		StreamID: st.id,
		h2_bundle.go#L6141: 		sc.writeSched.AdjustStream(st.id, f.Priority)
		h2_bundle.go#L6210: 		return sc.countError("trailers_not_ended", http2streamError(st.id, http2ErrCodeProtocol))
		h2_bundle.go#L6214: 		return sc.countError("trailers_pseudo", http2streamError(st.id, http2ErrCodeProtocol))
		h2_bundle.go#L6223: 				return sc.countError("trailers_bogus", http2streamError(st.id, http2ErrCodeProtocol))
		h2_bundle.go#L6260: 		id:        id,
		h2_bundle.go#L6274: 	sc.writeSched.OpenStream(st.id, http2OpenStreamOptions{PusherID: pusherID})
		h2_bundle.go#L6407: 			return nil, nil, sc.countError("bad_path", http2streamError(st.id, http2ErrCodeProtocol))
		h2_bundle.go#L6515: 				write:  http2handlerPanicRST{rw.rws.stream.id},
		h2_bundle.go#L6579: 		write:  http2write100ContinueHeadersFrame{st.id},
		h2_bundle.go#L6627: 		streamID = st.id
		h2_bundle.go#L6823: 			streamID:      rws.stream.id,
		h2_bundle.go#L6858: 			streamID:  rws.stream.id,
		h2_bundle.go#L7084: 			streamID:    rws.stream.id,
		h2_bundle.go#L7326: 		promised := sc.newStream(promisedID, msg.parent.id, http2stateHalfClosedRemote)
		h2_bundle.go#L7346: 			streamID:           msg.parent.id,
		h2_bundle.go#L11438: 	return wr.stream.id